#sitetitle a
{
	color: #a2741e;
}

#accepted a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 173px;
	height: 25px;
	background: url(/con/include/accepted_envelope_up.gif) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #000;
}

#accepted a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/con/include/accepted_envelope_down.gif) top left no-repeat;
	/* second image place, for second background */
}

#blackboard a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 137px;
	height: 38px;
	background: url(/con/intra/current_students/gifs/blackboard_up.jpg) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #fff;
}

#blackboard a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/con/intra/current_students/gifs/blackboard_down.jpg) top left no-repeat;
	/* second image place, for second background */
}

#omicron a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 154px;
	height: 54px;
	background: url(/con/include/omicron_rt_column_up.gif) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #000;
}

#omicron a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/con/include/omicron_rt_column_down.gif) top left no-repeat;
	/* second image place, for second background */
}

#uhnurse a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 173px;
	height: 98px;
	background: url(/con/images/uh_nurse_up.jpg) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #000;
}

#uhnurse a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/con/images/uh_nurse_down.jpg) top left no-repeat;
	/* second image place, for second background */
}

li#submenulabel
{
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #15629d;
	text-align: center;
	padding: 3px 2px;
	margin: -5px 0 0 0;
}


.tablerow1 { background-color: #d4effb; }
.tablerow2 { }

#nav, #nav ul
{
	float: left;
	width: 780px;
	w\idth: 780px;
	list-style: none;
	font-size: .7em;
	font-family: arial, sans-serif;
	line-height: 1;
	color: #d4effb;
	background-color: #1575b2;
	font-weight: bold;
	padding: 0;
	/*	border: solid #eda;
	border-width: 1px 0;*/
	margin: 0 0 0 0;
}

#nav a
{
	display: block;
	width: 10em;
	w\idth: auto;
	color: #d4effb;
	background-color: #1575b2;
	text-decoration: none;
	padding: 0.5em 1.2em;
}

html>body #nav a { padding: 0.6em 1.2em; }
#nav a.daddy { background: url(rightarrow2.gif) center right no-repeat; }

#nav li
{
	float: left;
	padding: 0;
	width: auto;
	background-color: #1575b2;
	color: #fff;
}

#nav li ul
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 19.4em;
	w\idth: 15.7em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li
{
	padding-right: 1em;
	width: 15em;
}

#mainmenu #nav li ul a
{
	width: 11em;
	w\idth: 13.5em;
	font-size: 1.3em;
}

html>body #nav li ul a { font-size: 1.1em; }
#nav li ul ul { margin: -1.75em 0 0 14em; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto; }

#nav li:hover, #nav li.sfhover
{
	background: #d4effb;
	color: #1575b2;
}

#nav li a:hover, #nav li a.sfhover
{
	color: #1575b2;
	background: #d4effb;
}

/*#nav li ul li:hover
{ color: #1575b2; }

#nav li#first { padding-left: 2em; }*/
#button li.submenudyn a
{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	padding: 3px 0 3px 15px;
	display: block;
	line-height: 10px;
	font-weight: normal;
	font-size: 10px;
}

#button li.submenudyn a:hover
{
	color: #000;
	background-color: #d4effb;
}

#button li.menulabel
{
	color: #15629d;
	background-color: transparent;
	width:165px;
}

.color1 { color: #15629d; }
.color2 { color: #a2741e; }
.color3 { color: #659d15; }
.color4 { color: #cc9900; }
.color5 { color: #e3f3cd; }
.color6 { color: #f7e4c1; }
.color7 { color: #d4effb; }


.bg1 { background-color: #15629d; }
.bg2 { background-color: #a2741e; }
.bg3 { background-color: #659d15; }
.bg4 { background-color: #cc9900; }
.bg5 { background-color: #e3f3cd; }
.bg6 { background-color: #f7e4c1; }
.bg7 { background-color: #d4effb; }

#gradvideo
{
    width: 170px;
    height: 98px;
    display: block;
    background: url(/currentstudents/images/gradvideo.jpg) no-repeat;
    cursor: pointer;
}

#gradvideo:hover
{
    background-position: 0 -98px;

