@charset "UTF-8";
/*********************SEAN*/
/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
float:left;
margin: 0;
background-color: #380d69;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 15px;
padding-left: 10px;
list-style-type: none;
font-size: 95%;
z-index: 1020;
cursor: default;
width: 120px /*12em*/;
position: inherit;
left: 0em;
}

.glossymenuright{
float:left;
margin: 0;
background-color: #380d69;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 15px;
padding-left: 10px;
list-style-type: none;
font-size: 95%;
z-index: 1020;
cursor: default;
width: 120px /*12em*/;
position: inherit;
left: 0em;
}

.glossymenu li a{
/*background: white url(verloop1.gif) repeat-x bottom left;*/
background-color: #380d69;
font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: 80%;
padding: 0.5em 0.5em 0.5em 0.5em;
text-decoration: none;
margin: 3px;
border:1px solid;
	border-top-color:#C4C9DB; 
	border-right-color:#565968; 
	border-bottom-color:#565968; 
	border-left-color:#C4C9DB;
	
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
/*width: 130px;*/
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
/*background-color: #C96;*/
	

}

.glossymenu li a:hover{
background-color: #C96;
color: #380d69;
	
}



/**************************/
