﻿#resp {
	display				: inline-block;
}
.menuitem {
	position			: relative;
	top                             : 10px;
	width				: 190px;
        width				: 95px;
	
	color				: #ff5555;
	font-weight			: bold;
	list-style-type                 : none;
	padding				: 5px;
	margin				: 5px 30px 0 0;
        font-size                       : 10px;
	font-family			: Myriad Pro;
        color: #333;
        font-size : 14px;
        border				: 1px solid #AAA;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-family                     :   Open Sans;
        font-size : 12.2px;
        
}

.menuitem.children{ 
	background: red;
}

.menuitem.children a{
	color: 	white;
} 

.menuitem:first-letter {
	text-transform		: uppercase;
}
.menuitem:hover {
	background-color	: #620000;
	color	: white;
}
.menuitem a li {
	text-decoration		: none;
	color				: #000;
        font-size                       : 10px;
        
}

a.menuitem_link {
    color: white;
    text-decoration : none;
} 

a.menuitem_link li {
    color: white;
}


#mainmenu, #submenu{
	float				: left;
        position                       : relative;
        top                            : 2px;
}
.sub {
	background-color	: red;
	color : red;
       font-size                       : 10px;
}
