/*This stylesheet contains all the properties for menus... */

a.menu {
	font-size				:	14px;
	font-weight			: bold;	
	text-decoration	: none;
	margin-left:10px;
}
a.menu:hover {
	font-size				:	14px;
	font-weight			: bold;	
	color						:	#ca1b2a;
	text-decoration	: none;
	margin-left:10px;
}

div.submenu ol {
	margin: 0;
	padding: 0px 5px 5px 25px;
}

div.submenu ol li {
	margin-left: 5px;
}


div.submenu a {
	font-size				:	13px;
	color						:	#ffffff;
	text-decoration	: none;
	line-height:15px;
}
div.submenu a:hover{
	font-size				:	13px;
	font-weight			: bold;	
	color						:	#ffffff;
	text-decoration	: none;
	line-height:15px;
}


div.menu {
	position:relative; 
	width:200px;
	height:25px;
	line-height:25px;
	z-index:5;
	border-width: 1px 1px 1px 1px;
	border-style: solid; 
	margin-bottom:5px;
/*	float:left; */
}
div.submenu {
	position:relative; 
	width:202px;
	display:none; 
	z-index:10; 
/*	float:left; */
	margin-bottom:5px;  
	padding-bottom:9px;
	padding-top:12px;
}

ul.whitebol, ol.whitebol {
	list-style-type:disc;
	list-style-image:url(../img/listbol.gif);
	position:relative;
	margin-left:-15px;
	_margin-left:25px; 
	top:-5px;
	_top:5px;
}
li.whitebol {
	padding-top:5px;
	padding-bottom:5px;
}
