/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */


/*menu backgound and text*/

.sub_menu
{
  background:#fea60b;
}
.sub_menu_top_r
{
  background:url(http://www.colegioeuropeu-astoria.com/imsite/submenu/submenu_tr.gif) right top no-repeat;
}

.sub_menu_top_l
{
  background:url(http://www.colegioeuropeu-astoria.com/imsite/submenu/submenu_tl.gif) left top no-repeat;
}

.sub_menu_bottom_r
{
  background:url(http://www.colegioeuropeu-astoria.com/imsite/submenu/submenu_br.gif) right bottom no-repeat;
}

.sub_menu_bottom_l
{
  background:url(http://www.colegioeuropeu-astoria.com/imsite/submenu/submenu_bl.gif) left bottom no-repeat;
}


.menuBg
{
	background-image:url(http://www.colegioeuropeu-astoria.com/imsite/bg_pink.gif);
	background-repeat:repeat-x;
}

.rightCorner
{
	background-image:url(http://www.colegioeuropeu-astoria.com/imsite/right_corner.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:5px;
}

.rightCorner a
{
   border:0px;
   text-decoration:none;
}

.menuText
{
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;

	
}
.menuTextMedium
{
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	line-height:11px;
    
	
}

  
.menuTextSmall
{
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#fed5e1;
	line-height:11px;
}

/***** fim menu ******/



/* menu principal */

.leftCorner
{
    background-image:url(http://www.colegioeuropeu-astoria.com/imsite/left_corner.gif);
    background-repeat:no-repeat;
}

.leftCorner a
{
    margin:0;
    padding:0;
    height:60px;
    display:block;
    color:#FFFFFF;
    line-height:12px;
   text-decoration: none;
   border:0px;
}

.leftCorner a:hover
{
	background-image:url(http://www.colegioeuropeu-astoria.com/imsite/left_corner_selected.gif);
	background-repeat:no-repeat;
}

.menu a
{
    margin:0;
    padding:0;
    height:60px;
    display:block;
    color:#FFFFFF;
    line-height:12px;
   text-decoration: none;
  border:0px;
}

.menu a:hover
{
       padding:0px;
       height:60px;
	background-image:url(http://www.colegioeuropeu-astoria.com/imsite/bg_pink_selected.gif);
	background-repeat:repeat-x;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0;
	z-index:100;
	visibility: hidden;
	width:150px;
}

.dropmenuTable{
margin-right:30px;
}


.pontos_submenu
{
	background-image:url(http://www.colegioeuropeu-astoria.com/imsite/pontos_submenu.gif);
	background-repeat:repeat-x;
	height:5px;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
       border:0px;
        color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
       text-decoration: none;
       border:0px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#d03460;
}




/*  */


