/* CSS Document */

body {font-family: Verdana, Arial, Helvetica, sans-serif;}


/* the horizontal menu starts here */
div#navbarL {
	float:left; /*makes the div enclose the list */
	font-size:x-small;	/* SET FONT-SIZE HERE */
	padding:2px;
	margin-right: 10px;
	}
div#navbarL ul {margin:0 0 0 -27px;/* indents ul from edge of container */
	}
div#navbarL li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	color:#999999; /*sets the color of the menu items */
	padding-right:30px;
	}

div#navbarL li:hover { 
	color: #6384b8;  /*sets the color of the menu items */
	}
div#navbarL a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	display:block;
	text-decoration:none;	 /* removes the underlining of the link */
	color: #000000;	/* sets the type color */
	}
div#navbarL a:hover {
	color: #666666;
	}
#navbar {
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
}
/* the horizontal menu ends here */

/* the horizontal menu starts here */
div#navbarR {
position:relative; left:-5px;
	z-index:4; 	/* makes the div full width */
	float:right; /*makes the div enclose the list */
	font-size:x-small;	/* SET FONT-SIZE HERE */
	padding:2px;	

	}
div#navbarR ul {
	margin:0 0px 0 70px;/* indents ul from edge of container */
	
	}
div#navbarR li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	color:#000000; /*sets the color of the menu items */
	padding-left: 30px;
	
	}

div#navbarR li:hover { 
	color: #6384b8;  /*sets the color of the menu items */
	}
div#navbarR a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	display:block;
	text-decoration:none;	 /* removes the underlining of the link */
	color: #000000;	/* sets the type color */
	}
div#navbarR a:hover {
	color: #666666;
	}
/* the horizontal menu ends here */
