/* -------- HORIZONTAL MENU -------- */

#chromemenu{
font-family: Arial, sans-serif;
font-size: 15px;
background: #666;
min-height:30px;
width:auto;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #fff;
padding: 5px;
margin: 0;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #eee	;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #666;
width: 220px;
visibility: hidden;
text-align: left;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color: #006db6;
text-decoration: none;
}

.dropmenudiv a:link { /*THEME CHANGE HERE*/
text-decoration: none;
}

.dropmenudiv a:visited { 
text-decoration: none;
}

/* -------- RIGHT HORIZONTAL MENU SNAP SHOT-------- */

/* ######### Style for Drop Down Menu2 ######### */

.menutitle {
	font: bold 11px Verdana;
	cursor:pointer;
	background:#0099cc; 
	color:#FFF;
	text-align:center;
	margin-bottom: 1em;
	margin: 0 0 2px 20px;
	width: 93%;
	padding: 3px 0 3px 0;
	border: 1px solid #b8b8b8;
	border-bottom-width: 0;
}

.menutitle a {
	color:#FFF;
}


/* ---------------- RIGHT MENU FOLDED MENU ---------------- */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.curlycontainer{
font-size:13px;
margin: 0 0 0 20px;
width: 100%;
line-height: 1.2em;
}

.curlycontainer hr{
margin-left: 10px;
width: 100%;
}

.curlycontainer .innerdiv{
position: relative;
left: 2px;
top: 2px;
padding: 0px 4px 5px 5px;
}

.curlycontainer h2 {
margin:0;
font-size: 13px;
color: #000;
font-weight:bold; 
margin-right:4px;
}

.curlycontainer li {
font-size: 10px;
list-style-type: disc;
padding:1px;
list-style-image: url(http://www.ukgrid.net/images/arrow.gif);
}

.curlycontainer a {
margin:0;
font-size: 10px;
}

.curlycontainer .innerdiv p {
margin:0;
font-size: 10px;
color : #066;
}

.curlycontainer .tools {
	padding-top: 5px;
}

ul {
	margin-left: 15px;
	padding: 0;
}


