/*****************************************************************************************
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/services_btn.gif) no-repeat;
	border-right: solid 2px #ffffcc;
}
#menu_portfolio
{
	background-color: Transparent;
	background: #ffffcc url(../images/portfolio_btn.gif) no-repeat;
	border-right: solid 2px #ffffcc;
}
#menu_pricing 
{
	background-color: Transparent;
	background: #ffffcc url(../images/pricing_btn.gif) no-repeat;
	border-right: solid 2px #ffffcc;
}
#menu_contact
{
	background-color: Transparent;
	background: #ffffcc url(../images/contact_btn.gif) no-repeat;
}

/*big menu*/
/* from mootools****************************************************************************
#kwick {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 3px double #27272a;
	margin-bottom: 10px;
	padding: 10px 0;
}

#kwick .kwicks {
	display: block;
	background: #1d1d20 url(../images/trac.gif) top right no-repeat;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding: 10px;
	background: #fff;
	border-right: 5px solid #1d1d20;
}

#kwick .kwick span {
	display: none;
}

#kwick .download {
	background: #78ba91 url(../images/download.gif);
}

#kwick .documentation {
	background: #7389ae url(../images/docs.gif);
}

#kwick .blog {
	background: #c17878 url(../images/blog.gif);
}

#kwick .trac {
	background: #a87aad url(../images/trac.gif);
	border-right: 0;
}

******/
