* {
	outline: none;
}



html,
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial;
	font-size: 11px;
	color: #0087c1;
}

body {
	/*width: 170px;*/
}


a:link,
a:visited,
a:active {
	color: #0087c1;
}

a:hover {
	color: #3dd7fe;
}


.csc-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 1px;
	
}


* html .csc-menu  {
	height: 1px;
}


.csc-menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.csc-menu li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}


.csc-menu a:link,
.csc-menu a:visited,
.csc-menu a:active {
	display: block;
	background: url(layout/sm.gif) no-repeat left center;
	text-decoration: none;
	padding: 0 0 0 13px;
	
	
}

.csc-menu a:hover,
.csc-menu .selected:link,
.csc-menu .selected:visited,
.csc-menu .selected:hover,
.csc-menu .selected:active
 {
	background-position: -200px center;
	color: #02d7ff;
	font-weight: bold;
}

.csc-menu a:hover {
	font-weight: normal;
}
 




