/* CSS Document 

Author: SR
Contact: sr77in@gmail.com
Creation Date: 23/04/2009

*/

/* CSS for vertical dropdown menu */
/*
#container {
	width: 36em;
	background: #F4ECD9;
	text-align: left;
	border: 1px solid #eda;
	margin: 0 auto;
}

p {
	background: url(remorabg.gif) center no-repeat;
	margin: 1em 2em;
}

p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}

h1 {
	height: 108px;
	background: url(perciformes3.gif) bottom center no-repeat;
	text-indent: -999em;
	margin: 1em 0 0 0;
} 
*/


#nav, #nav ul {
	float: left;
	/*width:538px; */
	width:588px;
	list-style: none;
	/*line-height:1; */
	/*background: white; */
	padding: 0;
	margin: 0 0 0 0;  /* it was margin: 0 0 2px 0; */
	border:none;
	position:relative; /* position added for resolving ie six issue*/
}

#nav a {
	display: block;
	width: 12em;
	w\idth: 7em;
	color: #003399;
	text-decoration: none;
	padding:0em;
	
	
}

#nav a.submenu {
	color:#fff;
	background-color:#33ccff;
	display: block;
	width: 16em;
	w\idth: 12em;
	text-decoration: none;
	padding:0em;
	height:26px;
	vertical-align:middle;
	text-align:left;
	padding-left:3px;
	}

#nav a.submenu:hover {
	color:#fff;
	background-color:#ffcc33;
	
}

/*#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
} */

#nav li {
	float: left;
	padding: 0;
	}
	

#nav li.subli {
float: left;
padding: 0;
width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13em;
	w\idth: 12.5em;
	font-weight: bold;
	border-width: 0;
	margin: 0;
	}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#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: #fff;
}
/* css for vertical drop down menu ends here */

