/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	EliteCircle
   TEMPLATE CODE: 	S-0012
   VERSION:          1.0	          	
 *******************************************/ 

/************/
/* MENU BAR */
/************/
#menu {
	font: 12px bold Georgia, "Times New Roman", Times, serif;
	font-style: strong;
	float: center;
	position: absolute;
	right: 180px;
	top: 143px;
	width: 720px;
}
#menu ul {
font: 10pt Georgia, "Times New Roman", Times, serif;
font-style: strong;
list-style: none;
margin: 0;
padding: 0;
width: 9em;
float: right;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: 11px normal 0.8em Georgia, "Times New Roman", Times, serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #FFF;
font: bold 11px/16px normal 0.8em Georgia, "Times New Roman", Times, serif;
}

#menu a {
color: #FFF;
background: #350044;
text-decoration: none;
font: bold 11px/16px normal 0.8em;
padding: 6px;
}

#menu a:hover {
	color: #e5b53a;
	background: #350044;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {
	float: left;
	width: 100%;
}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: 10pt Georgia, "Times New Roman", Times, serif;
font-style: strong;
}
</style>
<![endif]
