﻿body {
	behavior: url(csshover.htc);
}
.CIC_Menu_Div
{
	float:left;
	width:100px;
	border:0px;
	padding-bottom: 15px
}

.CIC_Menu_Div ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:130px;
	float:left;
	list-style-position:outside!important;
}

.CIC_Menu_Div ul li {
	font: bold 10px verdana;
	height:100%;
	/*background:#ff8b8e;
	border-bottom:1px solid #fff;*/
	position: relative;
	float:left;
	width:100%;
	}
	
.CIC_Menu_Div ul li ul li{
	/*background:#ffcf8b;*/
	width:650px;
	height:50px;
	font: bold 10px verdana;
	}

.CIC_Menu_Div ul li a{
	/*display:block;*/
	padding: 0px 0px;
	color: gray;
	font-size:10px;
	text-decoration:none
	}

.CIC_Menu_Div ul li a:hover {/**/
	/*color: #a00;
	background: #ffd3d4;*/
	padding: 0px 0px;
	color:#007DC3;
	font-size:10px;
	text-decoration:none
}/**/
.CIC_Menu_Div ul li ul li a{
	/*background: #ffedd3;*/
	color:#007DC3;
}
/*ul li ul li a:hover{*/
	/*background: #ffedd3;*/
	/*color:#007DC3;
}*/

.CIC_Menu_Div ul ul {
	position: absolute;
	top: 0;
	display:none;
}

.CIC_Menu_Div ul li:hover ul{
	display: block;
	left:95px;
}
.CIC-Separator
{
	 color:#007DC3
}
.CIC_Menu_Div .CIC-Grayed-Out
{
	 color:GRAY
}
.CIC_Menu_Div .CIC-Selected
{
	 color:#007DC3
}