﻿/* Ramji Bhandari - navy.css*/

/* basic elements */

body		{
    background: url(bg.jpg) repeat-x top left;
    line-height: 130%;
    font: small Verdana, Arial, Helvetica;
 	}

a:link	 	{
/*    color: #CCCCCC;*/
	color: black;
    text-decoration: none;
	}

a:hover 		{
    color: #000000;
	}

a:visited 	{
    text-decoration: none;
	}

.skiplink {display: none;}

.clear	 	{
	position: relative;
	clear: both;
	}

/* specific divs */
#wrapper 	{
    width: 775px;
    margin: 3em auto;
	padding: 0;
	}

#banner		{
	width: 775px;
	height: 110px;
	background: none;
	}

#navbar		{
	width:773px;
	height: 26px;
	background: url(navbg_navy.jpg) repeat top left;
	border-left: 2px #585858;
	border-right: 2px #585858;
	color: white;8
	font: small verdana, arial, helvetica, sans-serif;
}
#navbar ul {
	margin: 0 0 0 16px;
	padding: 0;
	list-style: none;
	display: block;
}

#navbar ul li.current a {
	margin-left: 0;
}

#navbar ul li {
	border-right: 1px solid black;
	padding: 0;
	position: relative;
	height: 15px;
	float:left;
}

#navbar ul li	{
	border-right: 1px solid #000;

}

#navbar ul ul {
	display: none;
	position: absolute;
	width: 220px;
	z-index: 5;
	color: #646c84;
	background-color: navy;
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin-left: -68px;
	padding: 0;
}

html>body #navbar ul ul {
	margin-top: 16px;
	margin-left: -145px;
}

#navbar ul ul li{
	text-align:center;
	text-decoration: none;
	width: 220px;
	margin-top: 3px;
	padding: 0;
	display: block;
	z-index: 100;
	border-right: none;
	border-bottom: 1px black solid;
}

html>body #navbar ul ul li {
	display: block;
}

#navbar ul li a:link, #navbar ul li a:visited	{
	height: 16px;
	padding: 0 5px 0 10px;
	margin: 0px;	
	color: white;
}
	
#navbar ul li a:hover {
	background-color: navy;
	height: 16px;
	color: yellow;
	border-top: 1px solid silver;
	border-bottom: 1px solid black;
}

#navbar ul ul li a:hover {	
	color: yellow;
	height: 16px;
	background: none;
	border: none;
}

#navbar ul li:hover ul {
	display: block;
	margin:0px 0px 0px -28px;
}

/* - This is an IE7 Hack that will correct the submenu spacing error in IE7 */
*:first-child+html #navbar ul li:hover ul {
	display: block;
	margin:16px 0px 0px -193px;
}

	
#contentwrapper	{
	border: 1px solid black;
	border-top: 0;
	background: #eeeef0 repeat-x top left;
	padding: 8px;
	}
#content		{
	margin-left: 160px; padding: .5em;
	}
	
		
#submenu		{
	float: left;
	width: 141px;
	background: none repeat-y top left;
	}

#submenubar		{
	width: 141px;
	height: 14px;
	background: url(submenubar_navy.jpg) no-repeat top left;
		}

#submenubottom	{
	width: 141px;
	height: 14px;
	background: url(submenubottom_navy.jpg) no-repeat bottom left;
		}

/* submenu styles */
#submenu ul {margin: .5em .75em; padding: 0;width: 125px;}
#submenu ul a {padding: 0 0 0 0;}
#submenu ul li {margin: 0;padding: 5px 0 2px 5px;list-style-type:none;text-align: center;/*border-left: 5px solid #d1d2e6; */}
#submenu ul li:hover {margin: 0;padding: 5px 0 2px 5px; list-style-type:none;text-align: center;/*border-left: 5px solid orange;*/}
#submenu a:hover {margin: 0;padding: 0 0 0 0;color: orange;}



#footer			{
	background: #62618b url(footbg_navy.jpg) repeat-x top left;
	text-align: center;
	font: small verdana, arial, helvetica, sans-serif;
	color: white;
	padding: 5px 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}

#footer	a	{
	color: white;
	}
	
#footer a:hover {
	color: orange;
		}