/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
body {
    background-image: linear-gradient(90deg,lightsteelblue,whitesmoke,whitesmoke,whitesmoke,whitesmoke,lightsteelblue);
	line-height:normal;
	margin:auto;
}
body,td,th {
	color: #333333;
}

ol, ul, li, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
line-height: 1.6;

}




ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Default Styles 
--------------------------------------------------------------------*/

body {
	
	font-family: 'Droid Sans', sans-serif;;
}

.clearfix {
	clear: both;
}

.wrap {
	width: 100%;
	font-weight:bold;	

}

nav {	
	background-image:linear-gradient(135deg,skyblue,#1f618d,skyblue);
	border-radius: 0px;
/*	box-shadow: 0px 0px 2px 0px rgba(0.4,0,0,0);*/
	padding: 4px 10px;
	position: relative;

 
}

.menu li {
	float: right;
	position:relative;
	font-size:16px;
	vertical-align:top;

	
	
}

.menu li a {
    
	color: white;
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 2px 20px;
	margin: 0px 10px;
	vertical-align: bottom;
	text-decoration:none;
	
}

.menu li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	border-radius: 1px;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	color: #222;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	left: -10001px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
	z-index:1;
	top: 34px;
}

.menu ul li {
	float: none;
}

.menu ul a {
	white-space: nowrap;

	
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	background: #1f618d;
	border-radius: 0 0 0px 0px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	left: 5px;
	opacity: 1;
	text-align:left;

}

/* Persistant Hover State */
.menu li:hover a {
	background: transparent;
	text-decoration:underline;
	/*-webkit-gradient(linear, center top, center bottom, from(blue), to(#fff));*/
/*	background-image: linear-gradient(#fff, #fff);*/
	border-radius: 1px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0);
	
	
}

.menu li:hover ul a {
	background: none;
	border-radius: 0px;
	box-shadow:  inset 0px 0px 1px 1px rgba(0,0,0,0);
}

.menu li:hover ul li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(skyblue), to(skyblue));
	background-image: linear-gradient(skyblue, skyblue);
	border-radius: 0px;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.5);
}

.leftnav li a{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	padding-left:30px; 
	text-decoration:none;
	list-style-type:square;

}
.leftnav li a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	padding-left:30px; 
	text-decoration:none;
	list-style-type:square;
	color:#999999;

}


bold italic
Size
Vertical Size:
Horizontal Size:
Border
Border Radius:
Border Size:
Box Shadow   /  inset
Vertical Position:
Horizontal Position:
Blur Radius:
Spread Radius:
Text Shadow
Vertical Position:
Horizontal Position:
Blur Radius:



        

