﻿a:link { color: #00517a; text-decoration: none; }
a:visited { color: #00517a; text-decoration: none; }
a:focus { color: #00517a; text-decoration: none; }
a:hover { color: #00517a; text-decoration: none; }
a:active { color: #00517a; text-decoration: none; }

#navigation {}
ul.navigation { margin: 1px 0 0 0; padding: 0; list-style: none; font-size: 14px;}
ul.navigation li { float: left; margin: 0; padding: 0; position: relative; }
ul.navigation li a { float: left; text-indent: -9999px; height: 33px; display: block; }
ul.navigation .sub div { font-family: arial; font-size: 12px; color: #3c3c49; }
ul.navigation .sub p { font-family: arial; font-size: 12px; color: #3c3c49; margin: 0px; padding: 3px 0 3px 0; line-height: 160%; }
ul.navigation .sub a { color: white; float: none; text-indent: 0px; }
ul.navigation li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul.navigation li .sub { position: absolute; top: 33px; left: -1px; z-index: 99999; background-image:url('../../../Images/TOPmenu/bgcolormenu.png'); background-repeat:repeat; padding: 5px; display: none; }
ul.navigation a.nav-about { background: url('../../../Images/TOPmenu/aboutuob.png') no-repeat; width: 105px; }
ul.navigation a.nav-academics { background: url('../../../Images/TOPmenu/academics.png') no-repeat; width: 100px; }
ul.navigation a.nav-impact { background: url('../../../Images/TOPmenu/administration.png') no-repeat; width: 125px; }
ul.navigation a.nav-admissions { background: url('../../../Images/TOPmenu/liveuob.png') no-repeat; width: 85px; }
ul.navigation a.nav-alumni { background: url('../../../Images/TOPmenu/library.png') no-repeat; width: 60px; }
ul.navigation a.nav-resources { background: url('../../../Images/TOPmenu/navigation-resources.png') no-repeat; width: 95px; }
/*ul.navigation .nav-overflow { background: url(../images/navigation-background1.png) repeat-x; width: 268px; height: 33px; }*/

.sub { border-left: 1px solid #a9a9a9; border-bottom: 1px solid #a9a9a9; border-right: 1px solid #a9a9a9; border-top: 1px solid #a9a9a9; }
.sub ul { display: block; float: none; padding: 0px; margin: 0px; }
.sub ul li { display: block; float: none; padding: 0px; margin: 0px; }
.sub ul li a { text-decoration: none; display: block; padding: 6px 10px 6px 10px; height: auto; font-weight: bold; }
.sub ul li a:hover { background: #548DD4; color:white; }


#navcontainer
{
	margin-top:60px;
	margin-left: -2px;
	height:175px;
	border:0px solid red;
}
#navlist
{
	margin-top:10px;
	padding: 0 1px 1px;
	margin-left: 0px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;

	width: 235px;
}
#navlist li
{

	list-style: none;
	margin: 0;

	text-align: left;
}
#navlist li a
{

	/*display: block;
	padding: 7px 8px 7px 20px;
/*	border-left: 8px solid #426cb4;
border-left: 10px solid #426cb4;*/
	/*background: #426cb4;
	text-decoration: none;*/
	display: block;
                text-decoration: none;
                padding: 7px 3px 7px 20px;

                text-decoration: none;
                cursor: pointer;
                border-bottom: 1px solid #c9c8c7;
                border-right: 2px solid transparent;
                border-left: 2px solid transparent;
                border-top: 4px solid transparent;
                background-color: #eaebeb;
	
}
#navlist li a:link
{
	color: #000000;
}
#navlist li a:visited
{
	color: #000000;
	padding: 7px 3px 7px 20px;

}
#navlist li a:hover
{
	/*border-color: #FE3;*/
	color: #3d66b6;
	/*border-right: 4px solid #4872B7;
		border-bottom: 3px solid #4872B7;
	/*border-left: 10px solid #252525;
	border-bottom: 2px solid #252525;*/
	background-position: left;
	background-repeat: no-repeat; 
	background-color:#ffffff;	
	/*background-image:url(images/leftborder.jpg);*/
}
