/* style  for axel msdn doc space */ 

body {
	font-family: verdana;
	margin: 0;
	padding: 0;
}

p{
	font-family: verdana;
	font-size: 11px;
	color : #555555;
}
	
	
a{
	color: #00267F;
}

.inputbox{
 	font-family: verdana;
	font-size: 10px;
	color : #555555;
	border-color:#CCCCCC;
	border-width: 1px;
	border-style:solid;
	height: 18px;
	background-color:#FFFFFF;
	padding:2px;
}

.contentheader{
	font-size: 18px;
	color: #00267F;
	text-transform: uppercase;
	font-weight: bold;
}
	
form{
	margin: 0;
	padding: 0;
}
	
.menu{
	font-family: verdana;
	font-size: 10px;
	color: #00267F;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 6px;
}
.small{
	font-family: verdana;
	font-size: 10px;
	color: #CCCCCC;
}


.small_seach{
	font-family: verdana;
	font-size: 9px;
	color: #444444;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 129px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
		
li:hover ul { display: block; } /*  The magic */



/* wrappers */ 

.10wrap{
	margin: 15px;
}
