/****************************************************************************************
Name: submenu.css
Author: Jose Perezchica, Techgua LLC
Description: Used to control the apperiance of the submune

******************************************************************************************/

#sub_menu
{
	background-color: #B7E5FF;
	float: left;
	border:0px solid yellow; 
	position: relative;
    margin: 0px;
    padding: 0px;
    width: 200px;
    top: 1px;
    height: 670px;
}

#list_menu 
{
	padding: 0px;
	margin: 0px;
    border: 0px solid red;
}
     
 #list_menu li 
 {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 1px;
    width: 185px;
	background: #8AD7FF;
    color: #888;
    border:1px solid #B7E5FF; /* color must be the same as the background of the menu section*/	
}
#sub_menu a
{
	text-decoration: none; 
	padding: 3px 5px 3px 20px;
	margin: 2px;
	display: block;  
}

/* Provided for the H3 tags on top and bottom of the menu - not used */
#sub_menu h3.menudiv
{
	text-decoration: none; 
	/*background: url(../images/tab_big.gif) center right no-repeat;*/
	padding: 1px 5px 1px 40px;
	margin: 2px 0;
	display: block;
	color: #cbcbcb; 	
	border:0px solid red; 
}

/* Contains the text on the righthand side div.*/
#container  
{
	float: right;
	margin-right:10px;
	border: 0px solid black;
	width: 545px;
	top: 1px;
	position: relative;
}


#wrapper
{
	width: 770px;
	height: 670px;  /* box height*/
	border:0px solid blue;
}


#content
{
	position: relative;
}

