/*****************************************************************************************
Author: Jose Perezchica
		Techgua.com - An Ocean of Services
Name: main_menu.css
Description: Controls Main Menu Option
Date: 4/1/08
/*****************************************************************************************/

 #menu_container 
{ 
	position: relative;
	right: 0px;	
	visibility: visible;
	height: 36px;  /* 22 */
	border: 0px solid red;
}

#menu 
{
    position: relative;
    top: 0px;
}

.menustyle{
width: 100%;
font-weight: bold;
position: relative;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(../images/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0;
}
 
#menu .mitem 
{
    float: right;
    display: block;
    width: 92px; /*95 */
    height: 36px; /*22*/
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;   
}

#menu_container .mitem a 
{
	color: #FAAA4C;
	visibility: visible;
	display: block;
	height: 100%;
	border: solid 0px green;	
}

#menu_container .mitem span
{
	display: block;
	width: 0;
  	height: 0;
 	overflow: hidden;
}

#menu ul
{
	list-style: none;
	width: 100%;
}

#menu li
{
	/*border: dashed 1px #ccccff;*/
	
}
 
#menu_services 
{
	background-color: Transparent;
	background: #ffffcc url(../images/servicios_btn.gif) no-repeat;
	border-right: solid 2px #ffffcc;
}
#menu_portfolio
{
	background-color: Transparent;
	background: #ffffcc url(../images/portafolio_btn.gif) no-repeat;
	border-right: solid 2px #ffffcc;
}
#menu_pricing 
{
	background-color: Transparent;
	background: #ffffcc url(../images/precios_btn.gif) no-repeat;
	border-right: solid 2px #ffffcc;
}
#menu_contact
{
	background-color: Transparent;
	background: #ffffcc url(../images/contacto_btn.gif) no-repeat;
}

